var testing.cpuProfile
5 uses
testing (current package)
testing.go#L463: cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to `file`")
testing.go#L495: cpuProfile *string
testing.go#L2299: if *cpuProfile != "" {
testing.go#L2300: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2389: if *cpuProfile != "" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)